Welcome![Sign In][Sign Up]
Location:
Search - Indy Server

Search list

[Internet-Networkindy

Description: interpress 编程示例,SERVER&CLIENT-Interpress programming paradigm SERVERCLIENT
Platform: | Size: 444676 | Author: 周鸿奎 | Hits:

[Internet-Networkindy

Description:
Platform: | Size: 444416 | Author: 周鸿奎 | Hits:

[Internet-NetworkI9D6_Demos

Description: 大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.
Platform: | Size: 612352 | Author: 小熊 | Hits:

[ICQ-IM-Chatxue_wen_Pchat

Description: 本人初学delphi的网络开发,对许多的东西还不是很通,但这个代码也是呕心(不是恶心:-) )之作!因为初学往往把握不准核心,有缺乏通俗的教材,故而曰:万事开头难! 这个程序的目的:希望能对刚开始学习网络开发得朋友一点提示!了解基本的网络开发流程!学习使用delphi的网络组件! 这个小程序实现了:客户端线服务器的连接,服务器接受后根据客户的要求转发信息,从而实现多个客户端的交流! 这个程序的不足:由于时间仓促仅实现了核心功能,对于像qq那样的注册和管理客户信息都没有完善,但是我认为这与信息的发送是同理的,在以后有时间我会再继续学习完善的! 我的期待:希望大家能给我的程序提点意见,无论是从想法上,还是程序的风格上……只要您说,就是对我的帮助,我会感激不尽的! 使用的组件:IdTCPClient,IdTCPServer -I Beginners network development, many of the right things is still valid, but the code is disgusting (not nausea :-)) of for! Because beginners often not allowed to grasp the core, a lack of common materials, the club said : Everything is hard in the beginning! The purpose of this procedure : The hope is to just start learning network development in a friend suggested 1:00! Basic understanding of the network development process! Delphi learning to use the network components! This small program : client server line connectivity, server customers after receiving the request forward, thereby number of client communication! The procedures are inadequate : only limited time to achieve a core functions, such as qq the registration and management of customer information is not perfect, but I thin
Platform: | Size: 585728 | Author: | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Internet-Network多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54272 | Author: tom | Hits:

[Ftp ClientBCB6_FTP

Description: C++ Builder 6.0编写的完整FTP源码,包括Server、Client功能。-C Builder 6.0 FTP integrity of the source code, including Server, Client function.
Platform: | Size: 14336 | Author: almond | Hits:

[Communicationliaotianchengxu

Description: 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯, 服务器进行数据转发,也可以直接进行客户端到客户端的通讯, 修改一下即可实现。 呵呵,太简单了,高手不用看。-Indy control when learning to write a simple example, the use of UDPServer communication, the server for data forwarding, can also direct the client to client communications, make some corrections can be realized. Oh, too easy, you do not see.
Platform: | Size: 457728 | Author: 赵智斌 | Hits:

[Delphi VCLRemoteDesktop

Description: Indy9,客户端,服务端有启动参数, 一个小Demo,欢迎朋友指正-Indy9, client, server has startup parameters, a small Demo, welcome correction Friend
Platform: | Size: 563200 | Author: 飞梦 | Hits:

[Delphi VCLidTcp

Description: 轻巧的TCP 客户端与服务器端通讯测试套件.可以在两处分别安装客户端与服务器端,就可以测试TCP是否可以通讯了.采用了INDY的TCP套件完成-Lightweight TCP client and server-side communications test suite. Can be installed separately in the two client and server-side, you can test whether TCP can be a communication. INDY uses the TCP package completed
Platform: | Size: 711680 | Author: wuyu | Hits:

[Web ServerMail

Description: Example o indy client/server source code with stream video
Platform: | Size: 5120 | Author: | Hits:

[Communicationdesktoptwitter

Description: This project will teach you how to implement http post using Indy Components. Here I used twitter as a server.
Platform: | Size: 223232 | Author: Lester | Hits:

[Communication-Mobiletcpserver

Description: 此程序是利用DELPHI的INDY通讯控件来进行CLIENT端和SEVER端的通讯-This procedure is the use of DELPHI' s INDY communications CLIENT control to client and client communications SEVER
Platform: | Size: 396288 | Author: alan | Hits:

[Delphi VCLServer

Description: Indy Ftp for indy 10 sample-Indy Ftp for indy 10 sample
Platform: | Size: 5120 | Author: Mehdi | Hits:

[Internet-Networksmtpsvr

Description: smtp server delphi平台下的smtp server组件包。包括所有源代码文件-SMTP Server Components Suite Package Required Component Package: Indy Author: Riceball(riceballl@hotmail.com) visit the my SMTPServer homepage for more info and get the latest version and source. Homepage: http://sourceforge.net/projects/smtpsrv Note: the recent Indy Package include a TIdSMTPServer component now, so you must delete this in the Indy Package to install the SMTP Server Components Suite Package. License : This project is subject to the Mozilla Public License Version 1.1 (see the "License.txt") you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. TIdSMTPServer i
Platform: | Size: 70656 | Author: ma | Hits:

[Delphi VCLTCP_Socket1679011222003

Description: Allows you to connect your TCP application to a server and see the data being transmited back and forth. Requires the Indy TCP components.
Platform: | Size: 19456 | Author: ipsd | Hits:

[CommunicationDelphiServiceIndyTcp

Description: Comunicaç ã o - Server Client utitlizando Indy 9 - Exemplo com mais facilidade de utilizar durante teste.-Comunicaç ã o- Server Client utitlizando Indy 9- Exemplo com mais facilidade de utilizar durante teste.
Platform: | Size: 909312 | Author: Filipe | Hits:

[Ftp Serverdelphi-Ftp

Description: 很实用的FTP源码,我的WWW服务器上面一直在用,主要是可以自己修改对FTP的控制。-FTP is very useful source, my WWW server has been used above, primarily to modify the FTP control of their own.
Platform: | Size: 439296 | Author: nengbang | Hits:

[Internet-NetworkTCPAdoServerClient

Description: TCP AdoServer/Client is a multi-tier tool to design a a thin client application that connects to an application server. It is built using Indy components and ADO. TCP AdoServer/Client is a simple and complete solution to develop and implement a multi-tier applications.
Platform: | Size: 855040 | Author: cecilleyokose | Hits:

[Delphi VCLChat

Description: delphi的indy中tcpclient和tcpserver的即时通讯Demo,发现很不错。多学习局域网聊天很有帮助-The indy delphi tcpserver in tcpclient and instant messaging Demo, found very good. LAN chat and more helpful to learn
Platform: | Size: 477184 | Author: jie.li | Hits:
« 12 3 4 »

CodeBus www.codebus.net